github.com/refraction-networking/utls.clientHandshakeStateTLS13.trafficSecret (field)

7 uses

	github.com/refraction-networking/utls (current package)
		handshake_client_tls13.go#L43: 	trafficSecret []byte // client_application_traffic_secret_0
		handshake_client_tls13.go#L908: 	hs.trafficSecret = hs.masterSecret.ClientApplicationTrafficSecret(hs.transcript)
		handshake_client_tls13.go#L912: 	err = c.config.writeKeyLog(keyLogLabelClientTraffic, hs.hello.random, hs.trafficSecret)
		handshake_client_tls13.go#L1013: 	c.out.setTrafficSecret(hs.suite, QUICEncryptionLevelApplication, hs.trafficSecret)
		handshake_client_tls13.go#L1023: 		c.quicSetWriteSecret(QUICEncryptionLevelApplication, hs.suite.id, hs.trafficSecret)
		u_public.go#L103: 			trafficSecret: chs.State13.TrafficSecret,
		u_public.go#L122: 			TrafficSecret: chs13.trafficSecret,